home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------
- Info.h - Header file for Info.m class.
- -----------------------------------------------------------------------------*/
- #import <objc/Object.h>
-
- @interface Info:Object
- {
- id infoPanel;
- id myGNULicense;
- }
-
- - init;
- - showInfoPanel:sender;
-
- @end
-